Northwoods.GoSilverlight 1.3.5 Assembly
SetLinkFromPort Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : SetLinkFromPort Method

linkdata
the link data to be modified
nodekey
the new node data's NodeKey
portparam
Change a link data so that it refers to a different "from" node data and associated port information.

Syntax

Visual Basic (Declaration) 
Public Sub SetLinkFromPort( _
   ByVal linkdata As LinkType, _
   ByVal nodekey As NodeKey, _
   ByVal portparam As PortKey _
) 
C# 
public void SetLinkFromPort( 
   LinkType linkdata,
   NodeKey nodekey,
   PortKey portparam
)

Parameters

linkdata
the link data to be modified
nodekey
the new node data's NodeKey
portparam

Remarks

This calls ModifyLinkFromPort This is an error if Modifiable is false.

Requirements

See Also

© 2012 All Rights Reserved.